home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / pcl4w13.zip / LOGIN.H < prev    next >
Text File  |  1996-07-10  |  193b  |  8 lines

  1. /* simple.h */
  2.  
  3. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  4. BOOL InitApplication(HANDLE);
  5. BOOL InitInstance(HANDLE, int);
  6. long FAR PASCAL MainWndProc(HWND, UINT, WPARAM, LPARAM);
  7.  
  8.